Fix preamble -- get_by_short_name is now called get_by_name_label.
authorEwan Mellor <ewan@xensource.com>
Wed, 25 Oct 2006 19:40:49 +0000 (20:40 +0100)
committerEwan Mellor <ewan@xensource.com>
Wed, 25 Oct 2006 19:40:49 +0000 (20:40 +0100)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
docs/xen-api/presentation.tex

index bca69f9cfb50003a74f96d1e24a950d21ced47e6..00727046467741bd2fc8749cf00a75159f4d4bde 100644 (file)
@@ -127,9 +127,9 @@ values.
 \item Each class has a {\tt get\_by\_uuid(uuid)} RPC that returns the object
 of that class that has the specified {\tt uuid}.
 
-\item Each class that has a {\tt short\_name} field has a
-``{\tt get\_by\_short\_name(name)}'' RPC that returns a set of objects of that
-class that have the specified {\tt name}.
+\item Each class that has a {\tt name\_label} field has a
+``{\tt get\_by\_name\_label(name)}'' RPC that returns a set of objects of that
+class that have the specified {\tt label}.
 
 \item Each class has a ``{\tt to\_XML()}'' RPC that serialises the
 state of all fields as an XML string.